func crypto/internal/fips140/nistec.p256LittleToBig
5 uses
crypto/internal/fips140/nistec (current package)
p256_asm.go#L191: func p256LittleToBig(b *[32]byte, l *p256Element) {
p256_asm.go#L491: p256LittleToBig((*[32]byte)(out[1:33]), x)
p256_asm.go#L492: p256LittleToBig((*[32]byte)(out[33:65]), y)
p256_asm.go#L530: p256LittleToBig((*[32]byte)(out[:]), x)
p256_asm.go#L554: p256LittleToBig((*[32]byte)(out[1:33]), x)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)